home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Odtwarzacze filmow / ViPlay 2.09 / ViPlay209.exe / Docs / INI Files.txt < prev    next >
Text File  |  2004-03-04  |  2KB  |  79 lines

  1. ;Optional
  2. [Main]
  3. ;If movie is on more than 1 CD then at the end of movie, the player will automatically search for next CD.
  4. ;It will do the following:
  5. ;Search all CD-ROM drives for a .vif file that contains 'CD=CurrentCDNumber+1' line.
  6. ;If .vif file is found it will read further info from that ini file.
  7. ;If it's not found then it will prompt for CD.
  8. NumberCDs=2
  9.  
  10. ;Number of current CD
  11. CD=1
  12.  
  13. [Movie]
  14. ;Optional Movie title
  15. Title=My Movie Title Here!
  16.  
  17. ;Required Directory where movie is located. Relative to .vif file.
  18. ;If movie is in the same directory as .vif file put "." (dot) here.
  19. Directory=.
  20.  
  21. ;Required Name of the movie file
  22. File=MyMovieFile.avi
  23.  
  24. ;Optional. Directory where external audio is located. If not exists uses Movie directory.
  25. AudioDirectory=.
  26. ;Optional. Load additional audio streams.
  27. AudioCount=2
  28. AudioFile1=MySoundFile1.wav
  29. AudioFile2=MySoundFile2.mp3
  30.  
  31. ;Optional. Default audio stream
  32. ;First value can be: -1 = Play All, 0 = None, 1..x = Stream
  33. ;Second value can be: 0 = Internal, 1 = External
  34. AudioStream=1,0
  35.  
  36. ;Optional
  37. [Subtitles]
  38. Directory=.
  39. Count=2
  40. File1=English|MyEnglish.sub
  41. File2=Espa±ol|MySpanish.vsf
  42. Font1=Tahoma,0,24,17
  43. Font2=Arial,204,20,17
  44. Colors=16777215,3355443,3355443,1048592
  45. Position=75
  46. Visible=1
  47. Delay=0
  48. Default=2
  49. ;Time to start displaying subtitles
  50. StartTime=01:05:30
  51.  
  52. ;Optional
  53. [Chapters1]
  54. Count=3
  55. 1=00:00:10 Chapter 1
  56. 2=00:00:50 Chapter 2
  57. 3=00:01:25 Chapter 3
  58.  
  59. [Chapters2]
  60. Count=3
  61. 1=00:02:50 Chapter 4
  62. 2=00:03:05 Chapter 5
  63. 3=00:03:35 Chapter 6
  64. StartTime=00:02:00
  65.  
  66. ;Optional
  67. [Options]
  68. Main=1
  69. Playlist=0
  70. Video=-1,-1,320,240
  71. Fullscreen=1
  72. DigitalZoom=0,0
  73. Offset=0,0
  74. Aspect=16:9
  75. Playrate=175
  76. Volume=100
  77. Balance=0
  78. Res=640x480x16
  79.